Method IsAncestorOfAsync<T>(IRedbObject, IRedbObject, ITreeProvider)
Checks if object is an ancestor of the specified descendant
public static Task<bool> IsAncestorOfAsync<T>(this IRedbObject obj, IRedbObject potentialDescendant, ITreeProvider treeProvider) where T : class, new()